-
Notifications
You must be signed in to change notification settings - Fork 85
chore(extensions): Rename plugins from marketplace to extensions #2006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(extensions): Rename plugins from marketplace to extensions #2006
Conversation
|
Important This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior. Changed Packages
|
59ff5ef to
926dbec
Compare
926dbec to
74f5dec
Compare
2e25d32 to
c94a915
Compare
438a3a1 to
90c530e
Compare
…ions' by default 'marketplace' is being replaced in favor of 'extensions' [1] redhat-developer/rhdh-plugins#2006 Co-authored-by: Karthik Jeeyar <[email protected]>
…ge when `CATALOG_INDEX_IMAGE` is set [RHIDP-11291] (#3970) * chore: Add unit tests * fix(install-dynamic-plugins): also extract catalog entities from index image when CATALOG_INDEX_IMAGE is set [RHIDP-11291] * docs: Update docs accordingly * Remove existing catalog entities in dest dir for clean sync with the content of the index image This is to take into account the case where the catalog index image is updated and contains completely different catalog entities. Without this, we might still see the previous extensions displayed in the Extensions UI * Also remove the /marketplace/catalog-entities files from the container image It is now useless as it only contains a README file * Extract extensions catalog entities to '<dynamic-plugins-root>/extensions' by default 'marketplace' is being replaced in favor of 'extensions' [1] redhat-developer/rhdh-plugins#2006 Co-authored-by: Karthik Jeeyar <[email protected]> * Search for the catalog entities folder in the 'extensions' folder from the catalog index image, with a fallback to 'marketplace' (for backward compatibility) --------- Co-authored-by: Karthik Jeeyar <[email protected]>
366e1ad to
105a421
Compare
105a421 to
7aaa04c
Compare
|
HusneShabbir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested Locally & on cluster, works as expected.



Hey, I just made a Pull Request!
https://issues.redhat.com/browse/RHIDP-8299
https://issues.redhat.com/browse/RHIDP-11299
Renamed plugins from marketplace to extensions
This PR contains the following changes:
backstage-plugin-marketplace-*tobackstage-plugin-extensions-*extensions.directoryin app-config.yaml with fallback toextensionsandmarketplacedirectorieScreenshots/video:
Extension_in_cluster.mov
New Configuration for specifying the catalog-entities path:
How to test in cluster?
app-config.yaml (configmap)Note: for this testing, you need to add the catalog locations from below config, automatic discovery is work in progress.
✔️ Checklist